| lcDrwLoad | Home |
|
BOOL lcDrwLoad ( HANDLE hDrw, LPCWSTR szFileName, HANDLE hLcWnd ); |
| hDrw | |
| Handle to a drawing object. | |
| szFileName | |
|
Drawing's filename or keyword. The following keywords are allowed: "<Dialog>" - user will select a file by the "Open File" dialog. "<Recent>" - user will select a file by the "Recent Files List" dialog. | |
| hLcWnd | |
| Handle to a graphics window. Specify NULL if you do not want to display the drawing. | |
| If the function succeeds, the return value is nonzero (TRUE). |
| lcDrwLoadMem, lcDrwInsert, lcDrwSave, lcDrwNew, lcGetFileName |